-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change trigger requirement phases #7946
Conversation
Hi @Rahul-Kumar-prog. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@Rahul-Kumar-prog it looks like What are you trying to do on that line? Maybe we can point you to something that will work there |
@Cali0707 I am trying to retrieve data or resource associated with the triggerName. if you have any other approach please let me know. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7946 +/- ##
=======================================
Coverage 69.51% 69.51%
=======================================
Files 344 344
Lines 15999 15999
=======================================
Hits 11122 11122
Misses 4190 4190
Partials 687 687 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rahul-Kumar-prog the issue mentions TriggerDependencyAnnotation [1] but here we're modifying TriggerWithTLSSubscriber
and TriggerWithTLSSubscriberTrustBundle
[1]
func TriggerDependencyAnnotation() *feature.Feature { |
I see that in TriggerDependencyAnnotation does not have any setup phase Trigger.IsReady(...). there is one but that is alrady in Requirement phase so I thought that I have to change all Trigger.IsReady(...) setup phase to requirement phase. there is broker.IsReady there in TriggerDependencyAnnotation. |
f31ed9c
to
d5104e6
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Rahul-Kumar-prog The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Cali0707 can guide me how to test or reproduce this issue ? |
This Pull Request is stale because it has been open for 90 days with |
Fixes #7896
Proposed Changes
Pre-review Checklist
Release Note
Docs